Nevron Open Vision Documentation
Nevron.Nov.Diagram.DrawingTools Namespace / NCreatePageItemTool<TPageItem> Class / EndSnapPoint Property


In This Topic
    EndSnapPoint Property
    In This Topic
    Gets the snap point (in drawing coordinates) with which the page item preview was last stretched.
    Syntax
    'Declaration
     
    
    Protected ReadOnly Property EndSnapPoint As NSnapPointResult
    'Usage
     
    
    Dim instance As NCreatePageItemTool(Of TPageItem)
    Dim value As NSnapPointResult
     
    value = instance.EndSnapPoint
    protected NSnapPointResult EndSnapPoint {get;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also